encoding/json.byIndex.Swap (method, view implemented interface methods)
one use
encoding/json (current package)
encode.go#L1197: func (x byIndex) Swap(i, j int) { x[i], x[j] = x[j], x[i] }
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)